home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG Library 8
/
PC-SIG Library CD-ROM (8th Edition) (1990-04).iso
/
001_100
/
disk0074
/
demos.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1983-06-15
|
197 b
|
7 lines
interface;
unit demosunit( demosall , demos);
procedure demosall(delay : integer); {demo all the color table }
procedure demos; {display color table for the current mode}
begin
end;